Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add detector tool #13

Merged
merged 7 commits into from
Mar 12, 2024
Merged

Add detector tool #13

merged 7 commits into from
Mar 12, 2024

Conversation

dillonalaird
Copy link
Member

Added functionality for creating tools, so you can call:

import vision_agent as va

llm = va.llm.OpenAILLM()

detector = llm.generate_dector("Can you build me a card detector?")
detector(card.png")

I also normalized the bbox output and added documentation for the bbox output to the GroundingDINO doc, this way it'll be easier to use it in an agent framework where another agent may have to utilize it's output.

@dillonalaird dillonalaird merged commit d5b05de into main Mar 12, 2024
4 checks passed
@dillonalaird dillonalaird deleted the add-detector-tool branch March 13, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants